home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
L_CHSRC_
/
CONTEXT.H
< prev
next >
Wrap
Text File
|
1990-01-26
|
813b
|
41 lines
/********************************************************************************
* context.h
*
* Header file for context of menus, commands, etc.
*
* Written by Paco Xander Nathan
* ⌐1990, Motorola Inc. Public domain source code.
********************************************************************************/
#define _H_context
#include <MenuMgr.h>
typedef enum {
appleAbout = 1, appleHelp
} AppleMenuItems;
typedef enum {
appleM = 0, fileM, editM, testM, gnosM,
MAXMENU
} menuRsrcID;
/* External Data Structures
*/
extern MenuHandle
menu[];
/* External Function Prototypes
*/
#ifdef PROTOTYPES
void ContMenuItem (MenuHandle theMenu, short theItem, short flag);
void ContAdjMenu (void);
void ContAdjCurs (Point thePoint, RgnHandle theRgn);
short ContDispatch (long theResult);
#endif